home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Game Levels 2 / 1,000 Game Levels 2.iso / DOSRPG / WORD21-1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-22  |  297b  |  17 lines

  1. echo off
  2. cls
  3. echo *** Place 'PROGRAM DISK' in drive A: ***
  4. pause
  5. md c:\wssharwr
  6. copy a:\*.* c:\wssharwr
  7. :loop
  8. cls
  9. echo *** Place 'DICTIONARY DISK' in drive A: ***
  10. pause
  11. if not exist A:DISK_ID goto loop
  12. copy a:\*.* c:\wssharwr
  13. cls
  14. c:
  15. cd \wssharwr
  16. echo *** Installation complete ***
  17.